home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / DirectInput / Scrawl / Scrawl.csproj < prev    next >
Encoding:
Text File  |  2004-09-27  |  6.4 KB  |  168 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{B2B147E8-FF54-44E8-BF61-EA130E4B723E}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Scrawl"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "Scrawl"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "true"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "bin\Debug\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "true"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\Release\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Drawing"
  66.                     AssemblyName = "System.Drawing"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Windows.Forms"
  70.                     AssemblyName = "System.Windows.Forms"
  71.                 />
  72.                 <Reference
  73.                     Name = "Microsoft.DirectX"
  74.                     AssemblyName = "Microsoft.DirectX"
  75.                 />
  76.                 <Reference
  77.                     Name = "Microsoft.DirectX.DirectInput"
  78.                     AssemblyName = "Microsoft.DirectX.DirectInput"
  79.                     AssemblyFolderKey = "hklm\managed directx 9.1"
  80.                 />
  81.                 <Reference
  82.                     Name = "Microsoft.DirectX.Direct3D"
  83.                     AssemblyName = "Microsoft.DirectX.Direct3D"
  84.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  85.                 />
  86.                 <Reference
  87.                     Name = "Microsoft.DirectX.Direct3DX"
  88.                     AssemblyName = "Microsoft.DirectX.Direct3DX"
  89.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  90.                 />
  91.             </References>
  92.         </Build>
  93.         <Files>
  94.             <Include>
  95.                 <File
  96.                     RelPath = "Common\dxmut.cs"
  97.                     Link = "..\..\Common\dxmut.cs"
  98.                     SubType = "Code"
  99.                     BuildAction = "Compile"
  100.                 />
  101.                 <File
  102.                     RelPath = "Common\dxmutdata.cs"
  103.                     Link = "..\..\Common\dxmutdata.cs"
  104.                     SubType = "Code"
  105.                     BuildAction = "Compile"
  106.                 />
  107.                 <File
  108.                     RelPath = "Common\dxmutenum.cs"
  109.                     Link = "..\..\Common\dxmutenum.cs"
  110.                     SubType = "Code"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "Common\dxmutexception.cs"
  115.                     Link = "..\..\Common\dxmutexception.cs"
  116.                     SubType = "Code"
  117.                     BuildAction = "Compile"
  118.                 />
  119.                 <File
  120.                     RelPath = "Common\dxmutgui.cs"
  121.                     Link = "..\..\Common\dxmutgui.cs"
  122.                     SubType = "Code"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "Common\dxmutmesh.cs"
  127.                     Link = "..\..\Common\dxmutmesh.cs"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "Common\dxmutmisc.cs"
  132.                     Link = "..\..\Common\dxmutmisc.cs"
  133.                     SubType = "Code"
  134.                     BuildAction = "Compile"
  135.                 />
  136.                 <File
  137.                     RelPath = "Common\dxmutSettingsDlg.cs"
  138.                     Link = "..\..\Common\dxmutSettingsDlg.cs"
  139.                     SubType = "Code"
  140.                     BuildAction = "Compile"
  141.                 />
  142.                 <File
  143.                     RelPath = "Common\AssemblyInfo.cs"
  144.                     Link = "..\..\Common\AssemblyInfo.cs"
  145.                     SubType = "Code"
  146.                     BuildAction = "Compile"
  147.                 />
  148.                 <File
  149.                     RelPath = "Common\directx.ico"
  150.                     Link = "..\..\Common\directx.ico"
  151.                     BuildAction = "EmbeddedResource"
  152.                 />
  153.                 <File
  154.                     RelPath = "Main.cs"
  155.                     SubType = "Form"
  156.                     BuildAction = "Compile"
  157.                 />
  158.                 <File
  159.                     RelPath = "Main.resx"
  160.                     DependentUpon = "Main.cs"
  161.                     BuildAction = "EmbeddedResource"
  162.                 />
  163.             </Include>
  164.         </Files>
  165.     </CSHARP>
  166. </VisualStudioProject>
  167.  
  168.